type github.com/jackc/pgx/v5/pgtype.encodePlanTimestamptzCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L156: 		return encodePlanTimestamptzCodecText{}
		timestamptz.go#L190: type encodePlanTimestamptzCodecText struct{}
		timestamptz.go#L192: func (encodePlanTimestamptzCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {